Builder
class Builder
Content copied to clipboard
Constructors
Functions
allowOverlap
Link copied to clipboard
open fun allowOverlap(@Nullable() allowOverlap: Boolean): ViewAnnotationOptions.Builder
Content copied to clipboard
anchor
Link copied to clipboard
open fun anchor(@Nullable() anchor: ViewAnnotationAnchor): ViewAnnotationOptions.Builder
Content copied to clipboard
associatedFeatureId
Link copied to clipboard
open fun associatedFeatureId(@Nullable() associatedFeatureId: String): ViewAnnotationOptions.Builder
Content copied to clipboard
build
Link copied to clipboard
geometry
Link copied to clipboard
open fun geometry(@Nullable() geometry: Geometry): ViewAnnotationOptions.Builder
Content copied to clipboard
height
Link copied to clipboard
open fun height(@Nullable() height: Integer): ViewAnnotationOptions.Builder
Content copied to clipboard
offsetX
Link copied to clipboard
open fun offsetX(@Nullable() offsetX: Integer): ViewAnnotationOptions.Builder
Content copied to clipboard
offsetY
Link copied to clipboard
open fun offsetY(@Nullable() offsetY: Integer): ViewAnnotationOptions.Builder
Content copied to clipboard
selected
Link copied to clipboard
open fun selected(@Nullable() selected: Boolean): ViewAnnotationOptions.Builder
Content copied to clipboard
visible
Link copied to clipboard
open fun visible(@Nullable() visible: Boolean): ViewAnnotationOptions.Builder
Content copied to clipboard
width
Link copied to clipboard
open fun width(@Nullable() width: Integer): ViewAnnotationOptions.Builder
Content copied to clipboard